From: kaf24@scramble.cl.cam.ac.uk Date: Thu, 24 Jun 2004 17:21:49 +0000 (+0000) Subject: bitkeeper revision 1.1011.1.4 (40db0dad1EoVdz5CsMKfYtUVcwzlpQ) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18095^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=58f6aeb07ba7ffd759ac7ebf0ba7370a51d37d52;p=xen.git bitkeeper revision 1.1011.1.4 (40db0dad1EoVdz5CsMKfYtUVcwzlpQ) Fix bad debug assertion --- diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index f40a16dd48..2a509eab32 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -293,7 +293,6 @@ static inline void domain_pause_by_systemcontroller(struct domain *d) static inline void domain_unpause_by_systemcontroller(struct domain *d) { - ASSERT(d != current); if ( test_and_clear_bit(DF_CTRLPAUSE, &d->flags) ) domain_wake(d); }